You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@primer/react-brand@0.73.0
Minor Changes
#1425a486555 Thanks @danielguillan! - Added the new MinimalVideoPlayer component for presenting muted, looping videos with a minimal play and pause control.
RC was tested in Dotcom and Storybook. All checks passing. One notable, albeit unrelated font rendering issue observed in dev environment, more on that below.
🟢 New MinimalVideoPlayer
Verified it works correctly without error in dotcom Storybook and Flex Suite.
The bulk of custom code in VideoHosted.tsx can be removed by using this Primer component now. cc. @rfearing@stefankp
Before
After
Allow ButtonGroup to accept conditionally rendered children 🟢
Tested in Storybook, works as expected.
Update expressive Testimonial typography, spacing, and responsive composition to match the design 🟡
Outer padding is now added to the component variant. This means the template-specific padding via Box is now redundant and will need removing as it's now too large. ⚠️ This needs to be fixed during the upgrade ⚠️.
Before
After
Added width: 100% to all River components to fix layout regression on tablet viewports 🟢
No observed regressions to Rivers. Still working as expected on tablet. 🟢
Updated Card responsive spacing, exposed arrow CTA labels on non-hover devices, and removed the hover scale effect. 🟢
The new card image variant (full-bleed) works as expected. The required update in FlexSuiteLargeCards.tsx is to:
Updated the FAQ gridline variant to include inline padding by default for narrow viewports 🟢
Gridline variants now include spacing by default. Tested in Dotcom (FlexSuite).
Before
After
Issue unrelated to design, but relevant for upgraders.
Dev environment wasn't loading Mona Sans fonts correctly. Following ESM change, the fonts were routing through webpack js transpiler and not css. As a result, by default the font was loading in Menlo fallback.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@primer/react-brand@0.73.0
Minor Changes
#1425
a486555Thanks @danielguillan! - Added the newMinimalVideoPlayercomponent for presenting muted, looping videos with a minimal play and pause control.🔗 See
MinimalVideoPlayerdocumentation for more usage examplesPatch Changes
#1432
e8b64f0Thanks @rezrah! - AllowButtonGroupto accept conditionally rendered children.Example:
#1438
baa0861Thanks @rezrah! - Added configurableCard.Imagepadding, which allows for full-bleed images to be displayed.Example:
#1439
bca51bcThanks @danielguillan! - Update expressiveTestimonialtypography, spacing, and responsive composition to match the design.#1439
bca51bcThanks @danielguillan! - Addedwidth: 100%to allRivercomponents to fix layout regression on tablet viewports#1428
8ac13c8Thanks @danielguillan! - UpdatedCardresponsive spacing, exposed arrow CTA labels on non-hover devices, and removed the hover scale effect.#1441
8040f9aThanks @rezrah! - Updated theFAQgridline variant to include inline padding by default for narrow viewports.@primer/brand-primitives@0.73.0
Patch Changes
#1438
baa0861Thanks @rezrah! - Added configurableCard.Imagepadding, which allows for full-bleed images to be displayed.Example:
@primer/brand-mcp@0.73.0
Patch Changes
baa0861Thanks @rezrah! - Improved gridline guidance. Also added new example CSS with canonical component examples to the catalog.@primer/brand-css@0.73.0
@primer/brand-docs@0.73.0
@primer/brand-storybook@0.73.0
@primer/brand-e2e@0.73.0
@primer/brand-fonts@0.73.0
@primer/brand-config@0.73.0